Release 10.1A: OpenEdge Development:
Web Services
Receiving a SOAP fault message
The following sample SOAP fault shows the response to a request sent for an object (
Caution: When exiting the program in response to a SOAP fault, you must release all Web service objects you created in the program.OrderInfo) of a disabled Web service:
Note: SOAP fault messages conform to SOAP 1.1.
The contents of the highlighted SOAP elements include some of the key components of the fault message, containing such error information as a general error code (
<faultcode>) and message (<faultstring>). These elements are followed by more detailed information, including the message indicating a more precise cause for the error (<errorMessage>), and a unique identifier for the request that returned the error (<requestID>). The contents of the<detail>element is defined in the WSDLTypessection. For more information on handling errors, including SOAP fault messages generated for WSA-managed Web services, see Chapter 7, " Testing and Debugging Progress 4GL Web Services."
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |